home *** CD-ROM | disk | FTP | other *** search
/ Amiga Mag HDD Backup / Amiga Mag HDD Backup.zip / Amiga Mag HDD Backup / Alexander.img.bin / Alexander.img / Adobe PageMaker 6.0 / Utilities / Update PPD 1.7 / Update PPD 1.7.rsrc / TEXT_500_Font Count.txt < prev    next >
Text File  |  1995-07-13  |  696b  |  34 lines

  1. %-----
  2. {
  3. /filenameforall where{pop (fonts/*){pop/FC FC 1 add store}F filenameforall}if
  4. }
  5. stopped
  6. {(??? 1 -500 \(A printer disk error was encountered while counting disk based fonts. \(500\)\)) D quit}if
  7.  
  8. FC 0 gt DoFonts and
  9.  
  10. {
  11.    (*% External Font Information ============================================) D
  12.    () D
  13.    R C (*% Number of external fonts: ) M C FC 5 string cvs M POST
  14.    () D
  15.    (??? 1 501 1) D
  16. }
  17. {
  18.  
  19.    /filenameforall where
  20.    {
  21.       pop
  22.       (*% No externally stored fonts or font cataloging is disabled.) D
  23.       () D
  24.       (??? 0 1000) D
  25.    }
  26.    {
  27.       (*% No external volume mounted or font cataloging is disabled.) D
  28.       () D
  29.       (??? 0 1000) D
  30.    }
  31.    ifelse
  32.  
  33. }ifelse
  34.